Author: qboosh                       Date: Sat Sep 25 06:26:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.6.19
- updated pl.po-update patch

---- Files affected:
packages/exif:
   exif-pl.po-update.patch (1.2 -> 1.3) , exif.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: packages/exif/exif-pl.po-update.patch
diff -u packages/exif/exif-pl.po-update.patch:1.2 
packages/exif/exif-pl.po-update.patch:1.3
--- packages/exif/exif-pl.po-update.patch:1.2   Tue Nov 18 19:43:57 2008
+++ packages/exif/exif-pl.po-update.patch       Sat Sep 25 08:26:23 2010
@@ -1,64 +1,20 @@
---- exif-0.6.17/po/pl.po.orig  2008-11-06 10:03:49.000000000 +0100
-+++ exif-0.6.17/po/pl.po       2008-11-18 19:38:33.728634913 +0100
-@@ -4,10 +4,10 @@
- #
- msgid ""
- msgstr ""
--"Project-Id-Version: exif 0.6.16-pre1\n"
-+"Project-Id-Version: exif 0.6.17\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2008-11-06 01:03-0800\n"
--"PO-Revision-Date: 2008-01-22 22:14+0100\n"
-+"PO-Revision-Date: 2008-11-18 18:28+0100\n"
- "Last-Translator: Jakub Bogusz <[email protected]>\n"
- "Language-Team: Polish <[email protected]>\n"
- "MIME-Version: 1.0\n"
-@@ -24,7 +24,7 @@
- #: exif/actions.c:74
- #, c-format
- msgid "Setting a value for this tag is unsupported!"
--msgstr ""
-+msgstr "Ustawianie wartości tego znacznika nie jest obsługiwane!"
- 
- #: exif/actions.c:91
- #, c-format
-@@ -42,9 +42,9 @@
- msgstr "Jeszcze nie zaimplementowane!"
- 
- #: exif/actions.c:150
--#, fuzzy, c-format
-+#, c-format
- msgid "Warning; Too many components specified!"
--msgstr "Podano za mało składowych!"
-+msgstr "Uwaga: podano za dużo składowych!"
+--- exif-0.6.19/po/pl.po.orig  2009-11-13 07:18:46.000000000 +0100
++++ exif-0.6.19/po/pl.po       2010-09-25 08:18:40.912562329 +0200
+@@ -73,7 +73,7 @@
  
- #: exif/actions.c:172
- #, c-format
-@@ -102,9 +102,9 @@
- msgstr "IFD '%s' nie zawiera znacznika '%s'."
- 
- #: exif/actions.c:323
--#, fuzzy, c-format
-+#, c-format
- msgid "'%s' does not contain tag '%s'."
--msgstr "IFD '%s' nie zawiera znacznika '%s'."
-+msgstr "'%s' nie zawiera znacznika '%s'."
+ #: exif/actions.c:224
+ msgid "Adding entry..."
+-msgstr ""
++msgstr "Dodawanie wpisu..."
  
- #: exif/actions.c:341
+ #: exif/actions.c:262
  #, c-format
-@@ -237,7 +237,7 @@
+@@ -234,7 +234,7 @@
  
- #: exif/main.c:201
- msgid "Create EXIF data if not existing"
+ #: exif/main.c:222
+ msgid "STRING"
 -msgstr ""
-+msgstr "Utworzenie danych EXIF jeśli nie istnieją"
++msgstr "ŁAŃCUCH"
  
- #: exif/main.c:203
- msgid "Output in a machine-readable (tab delimited) format"
-@@ -291,6 +291,3 @@
- #, c-format
- msgid "'%s' does not contain EXIF data!"
- msgstr "'%s' nie zawiera danych EXIF!"
--
--#~ msgid "Please specify a tag!"
--#~ msgstr "Proszę podać znacznik!"
+ #: exif/main.c:224
+ msgid "Create EXIF data if not existing"

================================================================
Index: packages/exif/exif.spec
diff -u packages/exif/exif.spec:1.18 packages/exif/exif.spec:1.19
--- packages/exif/exif.spec:1.18        Tue Nov 18 19:45:10 2008
+++ packages/exif/exif.spec     Sat Sep 25 08:26:23 2010
@@ -2,23 +2,23 @@
 Summary:       Utility to show EXIF information hidden in JPEG files
 Summary(pl.UTF-8):     Narzędzie do wyświetlania danych EXIF ukrytych w 
plikach JPEG
 Name:          exif
-Version:       0.6.17
+Version:       0.6.19
 Release:       1
 License:       GPL v2+
 Group:         Applications/Graphics
-Source0:       http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
-# Source0-md5: 2680dd3b0cad7c2345dea84ccaeb0356
+Source0:       
http://downloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
+# Source0-md5: 75f0dd6f9f2d128261721c0896e0b324
 Patch0:                %{name}-pl.po-update.patch
 Patch1:                %{name}-ac.patch
 URL:           http://libexif.sourceforge.net/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel >= 0.14.1
-BuildRequires: libexif-devel >= 1:0.6.17
+BuildRequires: libexif-devel >= 1:0.6.19
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
-Requires:      libexif >= 1:0.6.17
+Requires:      libexif >= 1:0.6.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -70,6 +70,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2010/09/25 06:26:23  qboosh
+- updated to 0.6.19
+- updated pl.po-update patch
+
 Revision 1.18  2008/11/18 18:45:10  qboosh
 - updated to 0.6.17
 - updated pl.po-update patch, removed obsolete nls patch
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exif/exif-pl.po-update.patch?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exif/exif.spec?r1=1.18&r2=1.19&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to