libnatspec is a collection of function for requiest various charsets and locales for host system and for other system. The libnatspec allows applications to be written that are locale and system independent. Libnatspec is tries to use user locale information if possible. OBS-URL: https://build.opensuse.org/request/show/579949 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libnatspec?expand=0&rev=1
12 lines
328 B
Diff
12 lines
328 B
Diff
--- src/natspec.c.orig 2015-10-24 15:58:12.000000000 +0300
|
|
+++ src/natspec.c 2018-02-25 16:41:04.546153720 +0300
|
|
@@ -155,7 +155,7 @@
|
|
|
|
if (version || info)
|
|
{
|
|
- printf("%s, compiled %s\n", PACKAGE_STRING,__DATE__);
|
|
+ printf("%s, compiled %s\n", PACKAGE_STRING, "via openSUSE Build Service");
|
|
if (!info)
|
|
exit(0);
|
|
}
|